projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0b858d9
)
* lisp/tar-mode.el (tar-grind-file-mode): Fix docstring
author
Tino Calancha
<tino.calancha@gmail.com>
Sun, 13 Aug 2017 14:38:29 +0000
(23:38 +0900)
committer
Tino Calancha
<tino.calancha@gmail.com>
Sun, 13 Aug 2017 14:38:29 +0000
(23:38 +0900)
lisp/tar-mode.el
patch
|
blob
|
history
diff --git
a/lisp/tar-mode.el
b/lisp/tar-mode.el
index 1d453d2980ef52995aead7d5bb5f31f6400a1e7e..b0d317769423527f3e177fe0b9a914f1009e125c 100644
(file)
--- a/
lisp/tar-mode.el
+++ b/
lisp/tar-mode.el
@@
-469,7
+469,7
@@
checksum before doing the check."
(concat " " (substring str 4 16) (format-time-string " %Y" time))))
(defun tar-grind-file-mode (mode)
- "Construct a `
-rw-
-r--r--' string indicating MODE.
+ "Construct a `
rw
-r--r--' string indicating MODE.
MODE should be an integer which is a file mode value."
(string
(if (zerop (logand 256 mode)) ?- ?r)